home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / ViewIt™ 2.24 Shareware / FaceWare / FaceWare.rsrc / TEXT_1242_3. What is a module?.txt < prev    next >
Text File  |  1994-04-10  |  1KB  |  5 lines

  1. 3. What is a module?
  2.   Each FaceWare module consists of one or more code-based resources and other resources that together form a single programming unit.  The main code resource in a FaceWare module is of type "FCMD", which is why FaceWare modules are sometimes referred to as simply "FCMDs".  Three types can be distinguished:
  3.   ‚Ä¢ The two main modules included with the ViewIt product deal with basic Mac interface-related programming tasks:  FaceIt‚Ñ¢ to help with program-wide features, and ViewIt‚Ñ¢ to help with windows.
  4.   ‚Ä¢ "Control-driving" modules support custom controls in ViewIt windows.  An example of such a driver is HelpCt‚Ñ¢ which supports the help text that you are now reading.  HelpCt ("Help Control") and many other control-driving modules are included with ViewIt so that you can quickly build sophisticated Mac windows.  Other control drivers such as CommControl‚Ñ¢ (for serial port communications) can be purchased separately from FaceWare.
  5.   ‚Ä¢ "Utility" modules can usually be used without FaceIt, and often without any other FaceWare modules.  DocuBase‚Ñ¢ (database routines) and DrawIt‚Ñ¢ (QuickDraw‚Ñ¢ extensions) are examples of utility-type modules.